Passed
Pull Request — master (#29)
by Felipe Catão do
01:20
created

hj   A

Complexity

Total Complexity 3

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 3
eloc 3
dl 0
loc 5
c 0
b 0
f 0
rs 10
1
//Exportador Webpack
2
import {UtilVerify} from "./utils.js"
3
4
const teste = new  util
0 ignored issues
show
Coding Style Best Practice introduced by
By convention, constructors like util should be capitalized.
Loading history...
Bug introduced by
The variable util seems to be never declared. If this is a global, consider adding a /** global: util */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
5
teste
6
function testeOrder(){
7
    console.log("testeLouco'")
0 ignored issues
show
Debugging Code introduced by
console.log looks like debug code. Are you sure you do not want to remove it?
Loading history...
8
}
9
UtilVerify("hello")